home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / pack / xfh132.lzh / XFH / src / libmygcc / README < prev   
Text File  |  1993-01-17  |  2KB  |  58 lines

  1.  
  2.     libmygcc.a - (very incomplete) amigaized port of the GNU ANSI C library.
  3.     Copyright (C) 1992, 1993 Kristian Nielsen.
  4.  
  5.     This library is free software; you can redistribute it and/or
  6.     modify it under the terms of the GNU Library General Public
  7.     License as published by the Free Software Foundation; either
  8.     version 2 of the License, or (at your option) any later version.
  9.  
  10.     This library is distributed in the hope that it will be useful,
  11.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13.     Library General Public License for more details.
  14.  
  15.     You should have received a copy of the GNU Library General Public
  16.     License along with this library; if not, write to the Free
  17.     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  
  19.  
  20. Legal issues and acknowledgements:
  21.  
  22. This library is based on the Gnu C library port by Markus Wild. All
  23. source files taken from that library are unmodified, but the way
  24. everything is tied together is rather different.
  25.  
  26. This product includes software developed by the University of
  27. California, Berkeley and its contributors.
  28.  
  29. See the specific source file for details about copyright restrictions
  30. on that particular part of the library.
  31.  
  32.  
  33. Compiling the library:
  34.  
  35.   If you are using Bmake and GCC (and if you've got everything set up
  36. correctly...), you should be able to do
  37.  
  38.     CD libmy
  39.     gen_lib
  40.  
  41. This should generated the file libmygcc.a which can be copied to gcc:lib/
  42. if you like. If this doesn't work for you look at the makefiles...
  43.  
  44. If you have any questions or problems compiling this source, I can be
  45. reached by the address given below. I'd be very interested in hearing
  46. from people who have tried compiling XFH, and I'm always willing to
  47. try to answer questions (time permitting...).
  48.  
  49.  
  50.    Kristian Nielsen
  51.    Groenjordskollegiet
  52.    room 6111
  53.    Groenjordsvej
  54.    DK-2300 Koebenhavn S
  55.    Denmark.
  56.  
  57.    E-Mail: bombadil@diku.dk
  58.